featrixsphere 0.2.1461__tar.gz → 0.2.1462__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/PKG-INFO +1 -1
- featrixsphere-0.2.1462/VERSION +1 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/__init__.py +1 -1
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/client.py +24 -3
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/PKG-INFO +1 -1
- featrixsphere-0.2.1461/VERSION +0 -1
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/MANIFEST.in +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/README.md +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrix-update.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/cli.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere/test_client.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/SOURCES.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/dependency_links.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/entry_points.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/not-zip-safe +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/requires.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/top_level.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/nv-install.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/requirements.txt +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/setup.cfg +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/setup.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/api.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/auto_upgrade_monitor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/build_version.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/celery_app.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/cli.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/demo_existing_model.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/demo_label_updates.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/deploy.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/deploy_cache_debug.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/ensure_watchdog_running.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/error_tracker.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/event_log.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_api_usage.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_prediction_feedback.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/example_train_predictor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/featrix_queue.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/featrix_watchdog.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/gc_cleanup.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/convergence_monitor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/epoch_projections.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/es_projections.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/es_training.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/__init__.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/MetaDataCache.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/__init__.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/calibration_utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/classification_metrics.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/data_frame_data_set.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dataloader_utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/detect.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/device.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/domain_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dropout_scheduler.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedded_space.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_lr_scheduler.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_space_utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/encoders.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/enrich.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/es_projection.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/exceptions.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_csv.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_json.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_module_dict.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_token.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/guardrails.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/hubspot_free_domains_list_may_2025.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/input_data_file.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/input_data_set.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/integrity.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/json_cache.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/json_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/logging_config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/mask_tracker.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/model_config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/model_hash.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/movie_frame_task.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/network_viz.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/prng_control.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/demo_advisor_decisions.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/example_complete_workflow.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/generate_focal_report.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/model_advisor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/show_results.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_adaptive_training.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_confusion_matrix_metadata.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_embedding_quality.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_embedding_space.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_extend_embedding_space.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_comparison.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_comparison_enhanced.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_loss_single_predictor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_label_smoothing.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_monitor_integration.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_piecewise_epochs.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_predict_during_training.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_timeline_quick.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_training_monitor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_warning_tracking.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/visualize_training_timeline.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/scalar_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/set_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/setlist_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/simple_mlp.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor_mlp.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/sphere_config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/sqlite_utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/stopwatch.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_analysis.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_cache.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_list_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/timestamp_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_context_manager.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_event.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_exceptions.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_history_db.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/transformer_encoder.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/url_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/url_parser.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/vector_codec.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/world_data.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix_debug.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/json_encoder_cache.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/knn_training.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/single_predictor_cv.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/single_predictor_training.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/sphere_config.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/structureddata.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/training_monitor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/vector_db.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/webhook_helpers.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/weightwatcher_tracking.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/llm_client.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/manage_churro.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/neural.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/node-install.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/prediction_drift_monitor.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/prediction_persistence_worker.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/quick_test_deployment.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/recreate_session.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/redis_prediction_cli.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/redis_prediction_store.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/regenerate_training_movie.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/render_sphere.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/restart_celery_worker.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/run_api_server.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/send_email.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/slack.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/standalone_prediction.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/start_celery_worker.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/start_churro_server.sh +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/tail-watch.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_api_client.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_complete_workflow.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_json_tables_prediction.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_redis_predictions.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_server_connection.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_session_models.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_single_predictor_api.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/test_upload_endpoint.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/tree.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/utils.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/version.py +0 -0
- {featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/system_monitor.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.1462
|
|
@@ -4248,9 +4248,28 @@ class FeatrixSphereClient:
|
|
|
4248
4248
|
|
|
4249
4249
|
# Get the compute cluster from the foundation model session
|
|
4250
4250
|
# This ensures we upload files to the same node where the foundation model lives
|
|
4251
|
-
|
|
4252
|
-
foundation_compute_cluster =
|
|
4253
|
-
|
|
4251
|
+
# If the foundation session doesn't exist (404), we'll proceed with current compute cluster
|
|
4252
|
+
foundation_compute_cluster = None
|
|
4253
|
+
try:
|
|
4254
|
+
foundation_session = self.get_session_status(foundation_model_id)
|
|
4255
|
+
foundation_compute_cluster = self.get_last_server_metadata()
|
|
4256
|
+
foundation_compute_cluster = foundation_compute_cluster.get('compute_cluster') if foundation_compute_cluster else None
|
|
4257
|
+
except Exception as e:
|
|
4258
|
+
# Foundation session might not exist or be accessible - that's okay
|
|
4259
|
+
# The server will validate it when we submit the training request
|
|
4260
|
+
if verbose:
|
|
4261
|
+
# Check if it's a 404 HTTP error
|
|
4262
|
+
is_404 = False
|
|
4263
|
+
if isinstance(e, requests.exceptions.HTTPError):
|
|
4264
|
+
if hasattr(e, 'response') and e.response.status_code == 404:
|
|
4265
|
+
is_404 = True
|
|
4266
|
+
|
|
4267
|
+
if is_404:
|
|
4268
|
+
print(f" ⚠️ Foundation session not found (404) - will use current compute cluster")
|
|
4269
|
+
print(f" Server will validate foundation model when training starts")
|
|
4270
|
+
else:
|
|
4271
|
+
print(f" ⚠️ Could not fetch foundation session: {e}")
|
|
4272
|
+
print(f" Will proceed with current compute cluster")
|
|
4254
4273
|
|
|
4255
4274
|
# Temporarily set compute cluster for file uploads if we found one
|
|
4256
4275
|
original_compute_cluster = self.compute_cluster
|
|
@@ -4259,6 +4278,8 @@ class FeatrixSphereClient:
|
|
|
4259
4278
|
self.set_compute_cluster(foundation_compute_cluster)
|
|
4260
4279
|
if verbose:
|
|
4261
4280
|
print(f" Using compute cluster: {foundation_compute_cluster}")
|
|
4281
|
+
elif verbose and self.compute_cluster:
|
|
4282
|
+
print(f" Using current compute cluster: {self.compute_cluster}")
|
|
4262
4283
|
|
|
4263
4284
|
try:
|
|
4264
4285
|
# Validate that only one data source is provided
|
featrixsphere-0.2.1461/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.1461
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/featrixsphere.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/calibration_utils.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/classification_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/data_frame_data_set.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dataloader_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/dropout_scheduler.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_lr_scheduler.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/embedding_space_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/featrix_module_dict.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/movie_frame_task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/generate_focal_report.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/model_advisor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_embedding_space.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_focal_comparison.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_label_smoothing.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_piecewise_epochs.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_timeline_quick.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_training_monitor.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/qa/test_warning_tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/single_predictor_mlp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/string_list_codec.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_context_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_exceptions.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/training_history_db.py
RENAMED
|
File without changes
|
{featrixsphere-0.2.1461 → featrixsphere-0.2.1462}/src/lib/featrix/neural/transformer_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|